naval_unit_type = 1
allowed_brigades = b_u1
# 0 - Early
model = {
	cost				= 2
	buildtime 			= 350
	defaultorganisation 		= 20 
	morale				= 30
	manpower			= 0.8
	maxspeed			= 18
	surfacedetectioncapability	= 1
	airdetectioncapability		= 1
	subdetectioncapability		= 1
	visibility			= 80
	seadefence			= 6
	airdefence			= 0
	seaattack			= 0
	convoyattack			= 0
	subattack			= 2
	airattack			= 0
	shorebombardment		= 0
	transportcapability		= 0
	range				= 2500
	supplyconsumption		= 0.4
	fuelconsumption			= 0.9
	distance			= 0.02
}
# 1 - Basic
model = {
	cost				= 2.5
	buildtime 			= 400
	defaultorganisation 		= 25 
	morale				= 30
	manpower			= 1
	maxspeed			= 22
	surfacedetectioncapability	= 1
	airdetectioncapability		= 1
	subdetectioncapability		= 2
	visibility			= 80
	seadefence			= 7
	airdefence			= 1
	seaattack			= 1
	convoyattack			= 1
	subattack			= 3
	airattack			= 1
	shorebombardment		= 0
	transportcapability		= 0
	range				= 3000
	supplyconsumption		= 0.6
	fuelconsumption			= 0.9
	distance			= 0.04
}
# 2 - Improved
model = {
	cost				= 3
	buildtime 			= 420
	defaultorganisation 		= 30
	morale				= 30
	manpower			= 1.2
	maxspeed			= 28
	surfacedetectioncapability	= 2
	airdetectioncapability		= 2
	subdetectioncapability		= 2
	visibility			= 80
	seadefence			= 9
	airdefence			= 2
	seaattack			= 2
	convoyattack			= 2
	subattack			= 4
	airattack			= 2
	shorebombardment		= 0
	transportcapability		= 0
	range				= 3500
	supplyconsumption		= 0.7
	fuelconsumption			= 0.9
	distance			= 0.04
}
# 3 - Advanced
model = {
	cost				= 3.5
	buildtime 			= 420
	defaultorganisation 		= 30
	morale				= 30
	manpower			= 1.2
	maxspeed			= 30
	surfacedetectioncapability	= 3
	airdetectioncapability		= 2
	subdetectioncapability		= 3
	visibility			= 80
	seadefence			= 11
	airdefence			= 3
	seaattack			= 3
	convoyattack			= 3
	subattack			= 5
	airattack			= 3
	shorebombardment		= 0
	transportcapability		= 0
	range				= 4000
	supplyconsumption		= 0.8
	fuelconsumption			= 0.9
	distance			= 0.04
}

# 4 - Semi modern
model = {
	cost				= 4.5
	buildtime 			= 450
	defaultorganisation 		= 30
	morale				= 30
	manpower			= 1.6
	maxspeed			= 30
	surfacedetectioncapability	= 3
	airdetectioncapability		= 3
	subdetectioncapability		= 3
	visibility			= 80
	seadefence			= 13
	airdefence			= 4
	seaattack			= 4
	convoyattack			= 4
	subattack			= 6
	airattack			= 4
	shorebombardment		= 0
	transportcapability		= 0
	
	range				= 4000
	supplyconsumption		= 0.9
	fuelconsumption			= 1.4
	distance			= 0.04
}

# 5 - Modern
model = {
	cost				= 5.5
	buildtime 			= 500
	defaultorganisation 		= 30
	morale				= 30
	manpower			= 1.6
	maxspeed			= 32
	surfacedetectioncapability	= 3
	airdetectioncapability		= 3
	subdetectioncapability		= 3
	visibility			= 80
	seadefence			= 15
	airdefence			= 5
	seaattack			= 5
	convoyattack			= 5
	subattack			= 8
	airattack			= 6
	shorebombardment		= 0
	transportcapability		= 0
	range				= 4000
	supplyconsumption		= 1
	fuelconsumption			= 1.8
	distance			= 0.04
}
# 6 - Post Modern
model = {
	cost				= 5.5
	buildtime 			= 500
	defaultorganisation 		= 30
	morale				= 30
	manpower			= 1.8
	maxspeed			= 35
	surfacedetectioncapability	= 3
	airdetectioncapability		= 4
	subdetectioncapability		= 4
	visibility			= 80
	seadefence			= 18
	airdefence			= 5
	seaattack			= 5
	convoyattack			= 5
	subattack			= 8
	airattack			= 7
	shorebombardment		= 0
	transportcapability		= 0
	range				= 4000
	supplyconsumption		= 1
	fuelconsumption			= 1.8
	distance			= 0.04
}
# 7 - Future
model = {
	cost				= 5.5
	buildtime 			= 500
	defaultorganisation 		= 30
	morale				= 30
	manpower			= 1.8
	maxspeed			= 35
	surfacedetectioncapability	= 3
	airdetectioncapability		= 4
	subdetectioncapability		= 4
	visibility			= 80
	seadefence			= 18
	airdefence			= 5
	seaattack			= 5
	convoyattack			= 5
	subattack			= 8
	airattack			= 7
	shorebombardment		= 0
	transportcapability		= 0
	range				= 4000
	supplyconsumption		= 1
	fuelconsumption			= 1.8
	distance			= 0.04
}